home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / btrieve / xql211.exe / NPATVAP.21A < prev    next >
Text File  |  1992-09-29  |  5KB  |  177 lines

  1. ;       BEGIN - PATCHES FOR NW$SQL.VP0  version 2.11a
  2. ;
  3. ; * ============================================================= *
  4. ;
  5. ;       Verify that original copy is being used
  6. ;
  7. v 627e 61
  8. v 634a 61
  9. v bf52 a1 ea 04 8b 16 ec 04 81 c0 cb 01
  10. ;
  11. ; * ============================================================= *
  12. ;
  13. ;       patch #26  *** OPTIONAL ***
  14. ;
  15. ;       Allows use of european format of decimal comma instead of decimal
  16. ;       point.
  17. ;
  18. ;       This patch is NOT applied unless this patch file is modified.
  19. ;
  20. ;   DELETE THE SEMI-COLON FROM THE BEGINNING OF THE FOLLOWING LINES TO
  21. ;   ENABLE PATCH.
  22. ;
  23. ;r 5c242 2c
  24. ;r 3acf7 2c
  25. ;r 3ad2f 2c
  26. ;r 33c53 2c
  27. ;r 33c9d 2c
  28. ;
  29. ;       end of patch #26
  30. ;
  31. ;
  32. ; * ============================================================= *
  33. ;
  34. ;       patch #32   - *** OPTIONAL ***
  35. ;                   - xValidate causing memory to be over written
  36. ;                     when an invalid field value is given and a view
  37. ;                     has not yet been created - GPI's server
  38. ;                   - if this patch is applied, a view is created
  39. ;                     and an invalid field value is given then the
  40. ;                     XQLStatus will not provide the field name associated
  41. ;                     with the invalid value
  42. ;
  43. ;
  44. ;       This patch is NOT applied unless this patch file is modified.
  45. ;
  46. ;
  47. ;  DELETE THE SEMI-COLON FROM THE BEGINNING OF THE FOLLOWING LINES TO
  48. ;  ENABLE PATCH.
  49. ;
  50. ;r 44369 eb 1d
  51. ;
  52. ;       end of patch #32
  53. ;
  54. ;
  55. ; * ============================================================= *
  56. ;
  57. ;       beginning of patch #46 - clean up sessions when workstation reboots
  58. ;                                Windows applications only
  59. ;
  60. r bf52 0e 8b 0e 5f 01 51 b9 f4 03 51 cb
  61. r 6634 b8 22 5d 50 8b 1e ea 04 8b 0e ec 04 81 c3 cb 01
  62. r 6644 8b 46 fe 89 fa cb
  63. ;
  64. ;       end of patch #46
  65. ;
  66. ; * ============================================================= *
  67. ;
  68. ;       beginning of patch #47 - NS ACTIVE command may cause the server to
  69. ;                                reboot, if there are more than 22 sessions
  70. ;                                and no active views.
  71. ;
  72. ;
  73. r 4f1e3 0e a1 5f 01 50 b8 0a 04 50 cb 90 3d 16 00 7c 03
  74. r 664a b8 ae 16 50 89 d7 89 5e fc 89 4e fe c4 5e 0c 26
  75. r 665a 8b 07 cb
  76. ;
  77. ;       end of patch #47
  78. ;
  79. ; * ============================================================= *
  80. ;
  81. ;       beginning of patch #49  Unformat of string value can overwrite
  82. ;                               internal buffer causing crash or
  83. ;                               insufficient memory status.
  84. ;
  85. r 247ad eb 06 90
  86. ;
  87. ;       end of patch #49
  88. ;
  89. ; * ============================================================= *
  90. ;
  91. ;       patch #51 Fixes problem where records are returned which do not
  92. ;                 meet the restriction on the view.
  93. ;
  94. r 29acf e9 31 fc
  95. r 29b7b e9 85 fb
  96. ;
  97. ;       end of patch #51
  98. ;
  99. ; * ============================================================= *
  100. ;
  101. ;       patch #52. Prevents status 224 on UPDATE with subquery
  102. ;
  103. r 3b035 1b
  104. ;
  105. ;       end of patch #52
  106. ;
  107. ; * ============================================================= *
  108. ;
  109. ;       patch #54. Creates RIGHTS.DDF with page size of 512.
  110. ;
  111. t 06/07/91
  112. x 31b9b 8b b8 46 00 e4 02
  113. ;
  114. ;       end of patch #54
  115. ;
  116. ; * ============================================================= *
  117. ;
  118. ;       patch #55. Increase Max buffer size to 16K on Substitutions
  119. ;
  120. t 06/10/91
  121. x 4bb18 a1 b8 12 14 13 40
  122. ;
  123. ;       end of patch #55
  124. ; * ============================================================= *
  125. ;
  126. ;       patch #57. Recalculates new page size on ALTER TABLE
  127. ;
  128. ;
  129. t 06/14/91
  130. r 2df7c 31 c0 90 90
  131. ;
  132. ;       end of patch #57
  133. ;
  134. ;
  135. ; * ============================================================= *
  136. ;
  137. ;       patch #59
  138. ;
  139. ;      Return actual Btrieve status code following B_STAT call in
  140. ;        xDDFile and xDDIndex
  141. ;
  142. r 42743 90 90 90
  143. r 433aa 3d 00 00 74 0a 89 46 e4 90 90
  144. ;
  145. ;       end of patch #59
  146. ; * ============================================================= *
  147. ;
  148. ;       patch #66
  149. ;
  150. ;       This patch corrects a problem which could cause the server to
  151. ;       abend when an attempt is made to execute a query against a view
  152. ;       defined on tables which are subsequently altered. That is,
  153. ;       tables are defined, a view is created on the tables, the tables
  154. ;       are altered, the view which is no longer applicable is used
  155. ;       causing the server to abend.
  156. ;
  157. r 5b00b eb 13
  158. ;
  159. ;       end of patch #66
  160. ;
  161. ; * ============================================================= *
  162. ;
  163. ;       patch #72
  164. ;
  165. ;       This patch corrects a reported problem where the last xFetch
  166. ;       call did not return the correct number of records.
  167. ;
  168. r 28cef 31 c0 40
  169. ;
  170. ;       end of patch #72
  171. ;
  172. ; * ============================================================= *
  173. ;
  174. t 08/03/92
  175. ;
  176. ;       END - PATCHES FOR NW$SQL.VP0  version 2.11a
  177.